Objects Reference

fly_pak::get_float

Prototype

float get_float()

Parameters

None

Return Value

Returns a float loaded from the opened file.

Remarks

This function reads a float from the opened file. It is just like doing a fscanf(fp,"%f",&var).